CQG Algorithmic Orders
OPO_AlgorithmicOrder.eCustomOrderProperties Enumeration
See Also  Send Feedback
AlgoOrder Order-Place-Order (OPO) > AlgorithmicOrders Namespace : OPO_AlgorithmicOrder.eCustomOrderProperties Enumeration



Glossary Item Box

Enumeration of OPO algorithmic order type custom properties.

Syntax

Visual Basic (Declaration) 
Public Enum OPO_AlgorithmicOrder.eCustomOrderProperties 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As OPO_AlgorithmicOrder.eCustomOrderProperties
C# 
public enum OPO_AlgorithmicOrder.eCustomOrderProperties : System.Enum 
C++/CLI 
public enum class OPO_AlgorithmicOrder.eCustomOrderProperties : public System.Enum 

Members

MemberDescription
copLimitPrice Limit price of the second order, if its type is Limit or StopLimit.
copOrderSide Side of the second order.
copOrderType Type of the second order.
copQuantity Quantity of the second order.
copStopPrice Stop price of the second order, if its type is Stop or StopLimit.
copSymbol Symbol name of the second order.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AlgorithmicOrders.OPO_AlgorithmicOrder.eCustomOrderProperties

See Also

Reference

AlgorithmicOrders Namespace

Copyright © 2012 CQG Inc. All Rights Reserved.